home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Bubka 15
/
Bubka 15.iso
/
html
/
puzzle
/
03.dcr
/
00010_kaiten2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-07-20
|
227 b
|
11 lines
on exitFrame me
global withlist
repeat with i = 51 to 80
if getAt(withlist, i - 50) = 0 then
set the loc of sprite i to the loc of sprite (i - 40)
sprite(i).rotation = 0
end if
end repeat
go(50)
end